func reflect.haveIdenticalUnderlyingType

11 uses

	reflect (current package)
		type.go#L1386: 	return haveIdenticalUnderlyingType(T, V, true)
		type.go#L1398: 	return haveIdenticalUnderlyingType(T, V, false)
		type.go#L1401: func haveIdenticalUnderlyingType(T, V *abi.Type, cmpTags bool) bool {
		type.go#L1798: 			if haveIdenticalUnderlyingType(&ft.Type, t, true) {
		type.go#L1809: 			if haveIdenticalUnderlyingType(&ft.Type, t, true) {
		type.go#L1827: 		if haveIdenticalUnderlyingType(&ft.Type, tt, true) {
		type.go#L2445: 			if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		type.go#L2457: 			if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		type.go#L2474: 		if haveIdenticalUnderlyingType(&typ.Type, t, true) {
		value.go#L3536: 	if haveIdenticalUnderlyingType(dst, src, false) {
		value.go#L3543: 		haveIdenticalUnderlyingType(elem(dst), elem(src), false) {